Learn R Programming

spork (version 0.1.1)

[.spork: Subset Spork

Description

Subsets spork, retaining class.

Usage

# S3 method for spork
[(x, ...)

Arguments

x

spork

...

passed to next method

Value

spork

See Also

Other util: [.latex(), [.plotmath(), [[.latex(), [[.plotmath(), [[.spork()

Examples

Run this code
# NOT RUN {
x <- c(
  'V_c./F',
  'AUC_ss',
  'C_max_ss',
  'var^eta_j'
)
x <- as_spork(x)
class(x)
class(x[1])
# }

Run the code above in your browser using DataLab